This interceptor creates the HttpSession.
<action name="someAction" class="com.examples.SomeAction"> <interceptor-ref name="create-session"/> <interceptor-ref name="defaultStack"/> <result name="input">input_with_token_tag.ftl</result> </action>